home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
Demos
/
Chiller Killers
/
Chiller
/
Chiller.DXR
/
00552.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-28
|
262 b
|
15 lines
on mouseUp
global s, adv
do("sel" & s & EMPTY)
transform()
puppetSprite(4, 1)
set the width of sprite 4 to 600
set adv to random(10)
if adv = 1 then
set the visible of sprite 44 to 1
adit()
end if
updateStage()
puppetSprite(4, 0)
end